

/** 重置列表元素 **/
ul, ol { list-style: none; }

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }



/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; }/* 使得表单元素在 ie 下能继承字体大小 */



/* 居中 */
#header, #content, #footer {
  margin-left: auto;
  margin-right: auto;
}
/* 浮动 */
.left{ float:left;}
.right{ float:right;}
/* 隐藏 */
.hidden { display: none; }
.invisible { visibility: hidden; }
/* 清除浮动 */
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom: 1; }

/* inline block */
.inline-block { display: inline-block; *display: inline; *zoom: 1;}

a:hover{
	color: #00AFD8;
	text-decoration: none;
}
